dusk-cdf 0.5.0

PLONK debugger CDF implementation
Documentation

Dusk PLONK debugger

To run:

cargo run --bin pdb -- ./assets/test.cdf

Example

First we build the binaries

cargo build --release

Then we generate a CDF file from the existing circuit

CDF_OUTPUT=target/naive.cdf cargo run --release --manifest-path example-plonk-circuit/Cargo.toml

And finally we run the debugger application with the generated file

cargo run --release --bin dusk-pdb -- target/naive.cdf